home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 10 / FM Towns Free Software Collection 10.iso / ms_dos / tool / txf / src / makefile next >
Makefile  |  1994-05-05  |  787b  |  24 lines

  1. OBJFILE = obj\txflog.obj obj\txfrmz.obj obj\txfetc.obj obj\txfex_p.obj obj\txform.obj obj\txform2.obj obj\txfswchk.obj obj\txffile.obj obj\txfhelp.obj obj\txfcfile.obj obj\txfbuf.obj obj\txfmain.obj 
  2. VPATH=.;.\obj
  3.  
  4. txf.exe : $(OBJFILE)
  5.     lcc @${-m -v2 -o $@ $# -lintlib }
  6. #    copy txf.exe d:\tools\mopterm\fapx
  7. #    lcc @${-v2 -o $@ $# -lnoexpand.obj -lintlib -ltinymain.obj}
  8.  
  9. .c.obj:
  10.     lcc -v2 -c -o $@ $<
  11.  
  12. obj\txfmain.obj   : txfmain.c txf.h
  13. obj\txflog.obj    : txflog.c
  14. obj\txfrmz.obj    : txfrmz.c
  15. obj\txfetc.obj    : txfetc.c
  16. obj\txfex_p.obj   : txfex_p.c
  17. obj\txform.obj    : txform.c
  18. obj\txform2.obj   : txform2.c
  19. obj\txfswchk.obj  : txfswchk.c
  20. obj\txffile.obj   : txffile.c
  21. obj\txfhelp.obj   : txfhelp.c
  22. obj\txfcfile.obj  : txfcfile.c
  23. obj\txfbuf.obj    : txfbuf.c
  24.